home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / SpeedDrill.swf / scripts / frame_5 / PlaceObject2_297_62 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  145 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.runf != 0)
  3.    {
  4.       this._visible = false;
  5.    }
  6.    else
  7.    {
  8.       this._visible = true;
  9.    }
  10. }
  11.